PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images.masks Package / PDFColorMask Class / setEndColor Method
A com.o2sol.pdf4java.graphics.colors.PDFColor that represents the end of the colors range.
In This Topic
    setEndColor Method
    In This Topic
    Sets the end of the colors range.
    The colorspace of startColor must match the colorspace of end color and also the image's colorspace.
    Syntax
    public void setEndColor( 
       PDFColor endColor
    )

    Parameters

    endColor
    A com.o2sol.pdf4java.graphics.colors.PDFColor that represents the end of the colors range.
    See Also